auto merge of #410 : alexcrichton/cargo/fix-doctest-with-dep, r=wycats
authorbors <bors@rust-lang.org>
Wed, 20 Aug 2014 18:29:03 +0000 (18:29 +0000)
committerbors <bors@rust-lang.org>
Wed, 20 Aug 2014 18:29:03 +0000 (18:29 +0000)
commit19b4833fc0d65a9c867efbcba2b86f7b7faf354f
tree2e5bfd1b41533264f0b7c72be1526d77084fa9f2
parent02ace347a24224dc2c695eed700b323c57905851
parent2ead380f76e6b6f40d6ab8f8922c4463a20781e3
auto merge of #410 : alexcrichton/cargo/fix-doctest-with-dep, r=wycats

The movement of tests to the main `target` directory forgot to update a spot
where rustdoc used a -L flag.

Closes #411